LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

RegisterArgumentsService<T>() Method







The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationArgumentsService interface.
Register a specific type to be created for a ArgumentsService object with a new WorkstationContainer.
Syntax
public static void RegisterArgumentsService<T>()
where T: IWorkstationArgumentsService
'Declaration
 
Public Overloads Shared Sub RegisterArgumentsService(Of T As IWorkstationArgumentsService)() 
'Usage
 
WorkstationContainer.RegisterArgumentsService(Of T)()
public static void RegisterArgumentsService<T>()where T: IWorkstationArgumentsService
 function Leadtools.Medical.Workstation.WorkstationContainer.RegisterArgumentsService``1()()
public: static void RegisterArgumentsService<T>(); 
where T: IWorkstationArgumentsService
public:
static void RegisterArgumentsServicegeneric<typename T>
(); 
where T: IWorkstationArgumentsService

Type Parameters

T
The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationArgumentsService interface.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationContainer Class
WorkstationContainer Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.